ContinuousClass Constructor

Initializes a new instance of the ContinuousClass class.
 

Parameters

range

Type: dundas.controls.Range
The range of values this class applies to.
from

Type: Object
The output value that corresponds to the beginning of the input range.
middle

Type: Object
The output value that corresponds to the center or a meaningful value of the input range.
to

Type: Object
The output value that corresponds to the end of the input range.
interpolator

Type: Function
A linear interpolator factory for the output range.
middleValue

Type: Number
The middle value to optionally associate with the middle output.
Optional: True